Wiki Diff updating oE SLASH, revision #1 to tip
== File System
Cross platform file operations for Euphoria
<<LEVELTOC level=2 depth=4>>
=== Constants
@[:filesys:SLASH|]
==== SLASH
<eucode>
public constant SLASH
</eucode>
Current platform's path separator character
===== Comments:
When on //Windows//, ##'~\\'##. When on //Unix//, ##'/'##.